Q3Marker_Submit
You can use theQ3Marker_Submit
function to submit an immediate marker for drawing, picking, bounding, or writing.
TQ3Status Q3Marker_Submit ( const TQ3MarkerData *markerData, TQ3ViewObject view);
markerData
- A pointer to a
TQ3MarkerData
structure.view
- A view.
DESCRIPTION
TheQ3Marker_Submit
function submits for drawing, picking, bounding, or writing the immediate marker whose location, shape, offset, and attribute set are specified by themarkerData
parameter. The marker is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.